Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SshEcDsaPublicKeyPayload Class / PopulatePublicKeyData Method / PopulatePublicKeyData(Int32[],Int32[]) Method


In This Topic
    PopulatePublicKeyData(Int32[],Int32[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub PopulatePublicKeyData( _
       ByVal x() As Integer, _
       ByVal y() As Integer _
    ) 
    'Usage
     
    Dim instance As SshEcDsaPublicKeyPayload
    Dim x() As Integer
    Dim y() As Integer
     
    instance.PopulatePublicKeyData(x, y)
    public void PopulatePublicKeyData( 
       int[] x,
       int[] y
    )

    Parameters

    x
    y
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also